html,
body {
    position: relative;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 50%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcbanner {
    width: 100%;
    height: 650px;
    margin-top: 70px;
}

.cumber a {
    vertical-align: middle;
}

.cumber span {
    vertical-align: middle;
}

.cumber img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.news-nr {
    padding: 20px 10%;
    margin-bottom: 40px;
}

.lbjt {
    margin: 0 4px;
}

.dqwz {
    margin-bottom: 30px;
}

.lbleft {
    width: 70%;
    margin-bottom: 20px;
    float: left;
}

.lbright {
    float: left;
    width: 28%;
    margin-left: 2%;
    margin-top: 10px;
}

.sfbzbt {
    min-width: 200px;
    width: 10%;
    background-color: #26608b;
    padding: 40px 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

.sfbzy {
    float: left;
    width: 70%;
    background-color: #f5f5f5;
    margin-left: 30px;
    padding: 40px 30px;
}

.sfbzh {
    font-size: 22px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.sfbzp {
    color: red;
    font-size: 18px;
}

.rmt{
	text-align:center;
	background-color:#26608b;
	padding: 10px 0;
	color:#fff;
}

.rbq{
	padding:10px;
}

.rbq>a{
	text-decoration:none;
	background-color:#818e97;
	color:#fff;
	margin-right:4px;
	padding: 4px 10px;
	margin-bottom:4px;
	float:left;
}

.newsitem-text>a>h4{
    margin: 0;
}

.rmtj>li{
    list-style: none; 
    padding: 4px 10px;
}

.rmtj>li>a>h3{
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmtj>li>a>h3:hover{
    color: #218bd9;
}

.recommend-item {
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .sfbzbt {
        display: none;
    }
    .sfbzy {
        margin-left: 0;
        width: 100%;
    }
}

/* Phone */

@media (max-width: 768px) {
    .swiper-container {
        margin-top: 0;
        height: 15%;
    }
    .pcbanner {
        width: 100%;
        height: 650px;
        margin-top: 0;
    }
}